home *** CD-ROM | disk | FTP | other *** search
/ The Macintosh Demo Applications CD / Apple-MacintoshDemoApplicationsCD-1.0-1992.iso / More Information / QuickMail / Installer Resources / Scripts / GEnie.Script.v3.0 < prev    next >
Text File  |  1992-03-20  |  2KB  |  110 lines

  1. * GEnie Script, for QuickMail™
  2. * © 1988-91 CE Software, Inc.
  3. *
  4. * Title: GEnie.Script.v2.5
  5. * Version: 2.5
  6. * Modification Date: 5/16/91
  7. * This is a simple script for logging onto GEnie.  It assumes that
  8. * you are calling directly into the GEnie network
  9. *
  10. * THIS SCRIPT ONLY WORKS IF YOU ARE CALLING INTO A GENIE NODE
  11. *
  12. * This is called to log us into GEnie
  13. :IN
  14. OOPS 120,FAILURE
  15. TYPE HHH
  16. WAIT U#=
  17. :I2
  18. PAUSE 2
  19. TYPE «LOGID»,«PASSWORD»,200^M
  20. ALERT 1,I2,REENTER U#
  21. NOTMAIL No Letters waiting.
  22. Wait Enter #
  23. Type ^M
  24. SUCCESS
  25. *
  26. :RECEIVE
  27. OOPS 60,FAILURE
  28. Pause 5
  29. Wait Enter #
  30. TYPE 2^M
  31. Pause 5
  32. :R1
  33. ALERT 2,R2,Press <RETURN>?
  34. BUFFER =END=
  35. TYPE ^S
  36. RECEIVE Sub:,Attn:,From:   ,            , 
  37. TYPE ^Q
  38. GOTO R1
  39. :R2
  40. TYPE ^M
  41. FAILURE
  42. *
  43. :XSEND
  44. ALERT 1,X2,not found in Standard Address Directories
  45. OOPS 60,FAILURE
  46. Wait Enter #
  47. Pause 5
  48. TYPE 11^M
  49. WAIT ?
  50. TYPE «TOPIC»^M
  51. WAIT <Q>uit?
  52. TYPE 2^M
  53. WAIT READY FOR INPUT
  54. WAIT READY FOR INPUT
  55. XMODEM UPLOAD,FAILURE
  56. WAIT Press <Return>?
  57. TYPE ^M
  58. WAIT To:
  59. WAIT To:
  60. TYPE «ADDRESS»^M
  61. WAIT Carbon Copy:
  62. TYPE ^M
  63. WAIT Enter letter text:
  64. WAIT 1>
  65. TYPE Attn:«NAME»^M
  66. WAIT 2>
  67. TYPE A binary file has been sent that must be downloaded manually.^M
  68. WAIT 3>
  69. TYPE *S^M
  70. Wait <RETURN>
  71. Type ^M
  72. SUCCESS
  73. :X2
  74. ERRORINADDRESS
  75. Wait Carbon Copy:
  76. Type QUIT^M
  77. SUCCESS
  78. *
  79. :SEND
  80. ALERT 1,S2,not found in Standard Address Directories
  81. OOPS 120,FAILURE
  82. Wait Enter #
  83. Pause 5
  84. TYPE 7^M
  85. Wait your mail.
  86. Wait To:
  87. Type «ADDRESS»^M
  88. :S1
  89. Wait Carbon Copy:
  90. Type ^M
  91. Wait Sub:
  92. Type «TOPIC»^M
  93. Wait READY FOR INPUT
  94. DUMP
  95. Type *S^M^C
  96. SUCCESS
  97. :S2
  98. ERRORINADDRESS
  99. GOTO S1
  100. *
  101. * This logs us off GEnie
  102. *
  103. :BYE
  104. Wait Enter #
  105. TYPE Bye^M
  106. ALERT 1,SUCCESS,NO CARRIER
  107. PAUSE 30
  108. SUCCESS
  109.